//notify listeners
Monitor.notifyMonitor();
String[] other = new String[dimension];
Arrays.fill(other, "0");
return other;
}
//notify listeners
Monitor.notifyMonitor();
result = new String[dimension];
Arrays.fill(result, "0");
}
return result;